home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / internet-drafts / draft-ietf-pppext-ipcpmib-01.txt < prev    next >
Text File  |  1993-03-03  |  26KB  |  1,038 lines

  1.  
  2.  
  3.  
  4.            Internet Draft
  5.  
  6.                      The Definitions of Managed Objects for
  7.                         the IP Network Control Protocol of
  8.                            the Point-to-Point Protocol
  9.  
  10.                                    27 July 1992
  11.  
  12.  
  13.                                  Frank Kastenholz
  14.                                 FTP Software, Inc
  15.                                 26 Princess Street
  16.                             Wakefield, Mass 01880 USA
  17.  
  18.                                   kasten@ftp.com
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.           Status of this Memo
  26.  
  27.           This document is an Internet Draft.  Internet Drafts are
  28.           working documents of the Internet Engineering Task Force
  29.           (IETF), its Areas, and its Working Groups.  Note that other
  30.           groups may also distribute working documents as Internet
  31.           Drafts.
  32.  
  33.           Internet Drafts are draft documents valid for a maximum of six
  34.           months.  Internet Drafts may be updated, replaced, or
  35.           obsoleted by other documents at any time.  It is not
  36.           appropriate to use Internet Drafts as reference material or to
  37.           cite them other than as a ``working draft'' or ``work in
  38.           progress.'' Please check the 1id-abstracts.txt listing
  39.           contained in the internet-drafts Shadow Directories on
  40.           nic.ddn.mil, nnsc.nsf.net, nic.nordu.net, ftp.nisc.sri.com, or
  41.           munnari.oz.au to learn the current status of any Internet
  42.           Draft.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.           Internet Draft            PPP/IP MIB                 July 1992
  56.  
  57.  
  58.           This document will be submitted to the Internet Activities
  59.           Board as a Draft Standard. This document defines an
  60.           experimental extension to the SNMP MIB. Upon publication as a
  61.           Draft Standard, a new MIB number will be assigned.  This is a
  62.           working document only, it should neither be cited nor quoted
  63.           in any formal document.
  64.  
  65.           This document will expire before 1 Feb. 1993.
  66.  
  67.           Distribution of this document is unlimited.
  68.  
  69.           Please send comments to the author.
  70.  
  71.  
  72.           1.  Abstract
  73.  
  74.           This memo defines an experimental portion of the Management
  75.           Information Base (MIB) for use with network management
  76.           protocols in TCP/IP-based internets.  In particular, it
  77.           describes managed objects used for managing the IP Network
  78.           Control Protocol on subnetwork interfaces using the family of
  79.           Point-to-Point Protocols[8, 9, 10, 11, & 12].
  80.  
  81.           This memo does not specify a standard for the Internet
  82.           community.
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.           Frank J. Kastenholz    Exp. 1 Feb. 1993               [Page 2]
  108.  
  109.  
  110.  
  111.  
  112.  
  113.           Internet Draft            PPP/IP MIB                 July 1992
  114.  
  115.  
  116.           2.  The Network Management Framework
  117.  
  118.           The Internet-standard Network Management Framework consists of
  119.           three components.  They are:
  120.  
  121.                RFC 1155 which defines the SMI, the mechanisms used for
  122.                describing and naming objects for the purpose of
  123.                management.  RFC 1212 defines a more concise description
  124.                mechanism, which is wholly consistent with the SMI.
  125.  
  126.                RFC 1156 which defines MIB-I, the core set of managed
  127.                objects for the Internet suite of protocols.  RFC 1213,
  128.                defines MIB-II, an evolution of MIB-I based on
  129.                implementation experience and new operational
  130.                requirements.
  131.  
  132.                RFC 1157 which defines the SNMP, the protocol used for
  133.                network access to managed objects.
  134.  
  135.           The Framework permits new objects to be defined for the
  136.           purpose of experimentation and evaluation.
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.           Frank J. Kastenholz    Exp. 1 Feb. 1993               [Page 3]
  166.  
  167.  
  168.  
  169.  
  170.  
  171.           Internet Draft            PPP/IP MIB                 July 1992
  172.  
  173.  
  174.           3.  Objects
  175.  
  176.           Managed objects are accessed via a virtual information store,
  177.           termed the Management Information Base or MIB.  Objects in the
  178.           MIB are defined using the subset of Abstract Syntax Notation
  179.           One (ASN.1) [3] defined in the SMI.  In particular, each
  180.           object has a name, a syntax, and an encoding.  The name is an
  181.           object identifier, an administratively assigned name, which
  182.           specifies an object type.  The object type together with an
  183.           object instance serves to uniquely identify a specific
  184.           instantiation of the object.  For human convenience, we often
  185.           use a textual string, termed the OBJECT DESCRIPTOR, to also
  186.           refer to the object type.
  187.  
  188.           The syntax of an object type defines the abstract data
  189.           structure corresponding to that object type.  The ASN.1
  190.           language is used for this purpose.  However, the SMI [1]
  191.           purposely restricts the ASN.1 constructs which may be used.
  192.           These restrictions are explicitly made for simplicity.
  193.  
  194.           The encoding of an object type is simply how that object type
  195.           is represented using the object type's syntax.  Implicitly
  196.           tied to the notion of an object type's syntax and encoding is
  197.           how the object type is represented when being transmitted on
  198.           the network.
  199.  
  200.           The SMI specifies the use of the basic encoding rules of ASN.1
  201.           [4], subject to the additional requirements imposed by the
  202.           SNMP.
  203.  
  204.  
  205.           3.1.  Format of Definitions
  206.  
  207.           Section 5 contains the specification of all object types
  208.           contained in this MIB module.  The object types are defined
  209.           using the conventions defined in the SMI, as amended by the
  210.           extensions specified in [5,6].
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.           Frank J. Kastenholz    Exp. 1 Feb. 1993               [Page 4]
  224.  
  225.  
  226.  
  227.  
  228.  
  229.           Internet Draft            PPP/IP MIB                 July 1992
  230.  
  231.  
  232.           4.  Overview
  233.  
  234.           4.1.  Object Selection Criteria
  235.  
  236.           To be consistent with IAB directives and good engineering
  237.           practice, an explicit attempt was made to keep this MIB as
  238.           simple as possible.  This was accomplished by applying the
  239.           following criteria to objects proposed for inclusion:
  240.  
  241.           (1)  Require objects be essential for either fault or
  242.                configuration management.  In particular, objects for
  243.                which the sole purpose was to debug implementations were
  244.                explicitly excluded from the MIB.
  245.  
  246.           (2)  Consider evidence of current use and/or utility.
  247.  
  248.           (3)  Limit the total number of objects.
  249.  
  250.           (4)  Exclude objects which are simply derivable from others in
  251.                this or other MIBs.
  252.  
  253.  
  254.           4.2.  Structure of the PPP
  255.  
  256.           This section describes the basic model of PPP used in
  257.           developing the PPP MIB. This information should be useful to
  258.           the implementor in understanding some of the basic design
  259.           decisions of the MIB.
  260.  
  261.           The PPP is not one single protocol but a large family of
  262.           protocols.  Each of these is, in itself, a fairly complex
  263.           protocol.  The PPP protocols may be divided into three rough
  264.           categories:
  265.  
  266.           Control Protocols
  267.                The Control Protocols are used to control the operation
  268.                of the PPP. The Control Protocols include the Link
  269.                Control Protocol (LCP), the Password Authentication
  270.                Protocol (PAP), the Link Quality Report (LQR), and the
  271.                Challenge Handshake Authentication Protocol (CHAP).
  272.  
  273.           Network Protocols
  274.                The Network Protocols are used to move the network
  275.                traffic over the PPP interface.  A Network Protocol
  276.  
  277.  
  278.  
  279.  
  280.  
  281.           Frank J. Kastenholz    Exp. 1 Feb. 1993               [Page 5]
  282.  
  283.  
  284.  
  285.  
  286.  
  287.           Internet Draft            PPP/IP MIB                 July 1992
  288.  
  289.  
  290.                encapsulates the datagrams of a specific higher-layer
  291.                protocol that is using the PPP as a data link.  Note that
  292.                within the context of PPP, the term "Network Protocol"
  293.                does not imply an OSI Layer-3 protocol; for instance,
  294.                there is a Bridging network protocol.
  295.  
  296.           Network Control Protocols (NCPs)
  297.                The NCPs are used to control the operation of the Network
  298.                Protocols. Generally, each Network Protocol has its own
  299.                Network Control Protocol; thus, the IP Network Protocol
  300.                has its IP Control Protocol, the Bridging Network
  301.                Protocol has its Bridging Network Control Protocol and so
  302.                on.
  303.  
  304.           This document specifies the objects used in managing one of
  305.           these protocols, namely the IP Network Control Protocol.
  306.  
  307.  
  308.           4.3.  MIB Groups
  309.  
  310.           Objects in this MIB are arranged into several MIB groups.
  311.           Each group is organized as a set of related objects.
  312.  
  313.           These groups are the basic unit of conformance: if the
  314.           semantics of a group is applicable to an implementation then
  315.           all objects in the group must be implemented.
  316.  
  317.           The PPP MIB is organized into several MIB Groups, including,
  318.           but not limited to, the following groups:
  319.           o The PPP Link Group
  320.           o The PPP LQR Group
  321.           o The PPP LQR Extensions Group
  322.           o The PPP IP Group
  323.           o The PPP Bridge Group
  324.           o The PPP Security Configuration Group
  325.           o The PPP CHAP Group
  326.           o The PPP PAP Group
  327.  
  328.           This document specifies the following group:
  329.  
  330.           The PPP IP Group
  331.                The PPP IP Group contains configuration, status, and
  332.                control variables that apply to the operation of IP over
  333.                PPP.
  334.  
  335.  
  336.  
  337.  
  338.  
  339.           Frank J. Kastenholz    Exp. 1 Feb. 1993               [Page 6]
  340.  
  341.  
  342.  
  343.  
  344.  
  345.           Internet Draft            PPP/IP MIB                 July 1992
  346.  
  347.  
  348.                Implementation of this group is mandatory for all
  349.                implementations of PPP that support IP over PPP.
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.           Frank J. Kastenholz    Exp. 1 Feb. 1993               [Page 7]
  398.  
  399.  
  400.  
  401.  
  402.  
  403.           Internet Draft            PPP/IP MIB                 July 1992
  404.  
  405.  
  406.           5.  Definitions
  407.  
  408.  
  409.  
  410.           RFCpppip-MIB DEFINITIONS ::= BEGIN
  411.  
  412.           IMPORTS
  413.                experimental, Counter
  414.                     FROM RFC1155-SMI
  415.                OBJECT-TYPE
  416.                     FROM RFC-1212
  417.                pppIp
  418.                     FROM RFC-ppp
  419.                TRAP-TYPE
  420.                     FROM RFC-1215;
  421.  
  422.                --
  423.                -- The PPP IP Group.
  424.                -- Implementation of this group is mandatory for all
  425.                -- PPP implementations that support operating IP over PPP.
  426.                --
  427.  
  428.           pppIpTable   OBJECT-TYPE
  429.                SYNTAX    SEQUENCE OF PppIpEntry
  430.                ACCESS    not-accessible
  431.                STATUS    mandatory
  432.                DESCRIPTION
  433.                          "Table containing the IP parameters and
  434.                          statistics for the local PPP entity."
  435.                ::= { pppIp 1 }
  436.  
  437.  
  438.           pppIpEntry   OBJECT-TYPE
  439.                SYNTAX    PppIpEntry
  440.                ACCESS    not-accessible
  441.                STATUS    mandatory
  442.                DESCRIPTION
  443.                          "IPCP status information for a particular PPP
  444.                          link."
  445.                INDEX     { pppIpIndex }
  446.                ::= { pppIpTable 1 }
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.           Frank J. Kastenholz    Exp. 1 Feb. 1993               [Page 8]
  456.  
  457.  
  458.  
  459.  
  460.  
  461.           Internet Draft            PPP/IP MIB                 July 1992
  462.  
  463.  
  464.           PppIpEntry ::= SEQUENCE {
  465.                pppIpIndex
  466.                     INTEGER,
  467.                pppIpOperStatus
  468.                     INTEGER,
  469.                pppIpLocalToRemoteCompressionProtocol
  470.                     INTEGER,
  471.                pppIpRemoteToLocalCompressionProtocol
  472.                     INTEGER,
  473.                pppIpRemoteMaxSlotId
  474.                     INTEGER,
  475.                pppIpLocalMaxSlotId
  476.                     INTEGER
  477.           }
  478.  
  479.           pppIpIndex   OBJECT-TYPE
  480.                SYNTAX    INTEGER(1..2147483648)
  481.                ACCESS    read-only
  482.                STATUS    mandatory
  483.                DESCRIPTION
  484.                          "The value of ifIndex that identifies the entry
  485.                          in the ifTable that is associated with the PPP
  486.                          Link over which this instance of the IP network
  487.                          and control protocol are operating."
  488.                ::= { pppIpEntry 1 }
  489.  
  490.  
  491.           pppIpOperStatus   OBJECT-TYPE
  492.                SYNTAX    INTEGER {opened(1), not-opened(2)}
  493.                ACCESS    read-only
  494.                STATUS    mandatory
  495.                DESCRIPTION
  496.                          "The operational status of the IP network
  497.                          protocol. If the value of this object is up
  498.                          then the finite state machine for the IP
  499.                          network protocol has reached the Opened state."
  500.                ::= { pppIpEntry 2 }
  501.  
  502.  
  503.           pppIpLocalToRemoteCompressionProtocol   OBJECT-TYPE
  504.                SYNTAX    INTEGER {
  505.                          none(1),
  506.                          vj-tcp(2)
  507.                     }
  508.  
  509.  
  510.  
  511.  
  512.  
  513.           Frank J. Kastenholz    Exp. 1 Feb. 1993               [Page 9]
  514.  
  515.  
  516.  
  517.  
  518.  
  519.           Internet Draft            PPP/IP MIB                 July 1992
  520.  
  521.  
  522.                ACCESS    read-only
  523.                STATUS    mandatory
  524.                DESCRIPTION
  525.                          "The IP compression protocol that the local
  526.                          PPP-IP entity uses when sending packets to the
  527.                          remote PPP-IP entity."
  528.                ::= { pppIpEntry 3 }
  529.  
  530.  
  531.           pppIpRemoteToLocalCompressionProtocol   OBJECT-TYPE
  532.                SYNTAX    INTEGER {
  533.                          none(1),
  534.                          vj-tcp(2)
  535.                     }
  536.                ACCESS    read-only
  537.                STATUS    mandatory
  538.                DESCRIPTION
  539.                          "The IP compression protocol that the remote
  540.                          PPP-IP entity uses when sending packets to the
  541.                          local PPP-IP entity."
  542.                ::= { pppIpEntry 4 }
  543.  
  544.  
  545.           pppIpRemoteMaxSlotId   OBJECT-TYPE
  546.                SYNTAX    INTEGER(0..255)
  547.                ACCESS    read-only
  548.                STATUS    mandatory
  549.                DESCRIPTION
  550.                          "The Max-Slot-Id parameter that the remote node
  551.                          has advertised and that is in use on the link.
  552.                          If vj-tcp header compression is not in use on
  553.                          the link then the value of this object shall be
  554.                          0."
  555.                ::= { pppIpEntry 5 }
  556.  
  557.  
  558.           pppIpLocalMaxSlotId   OBJECT-TYPE
  559.                SYNTAX    INTEGER(0..255)
  560.                ACCESS    read-only
  561.                STATUS    mandatory
  562.                DESCRIPTION
  563.                          "The Max-Slot-Id parameter that the local node
  564.                          has advertised and that is in use on the link.
  565.                          If vj-tcp header compression is not in use on
  566.  
  567.  
  568.  
  569.  
  570.  
  571.           Frank J. Kastenholz    Exp. 1 Feb. 1993              [Page 10]
  572.  
  573.  
  574.  
  575.  
  576.  
  577.           Internet Draft            PPP/IP MIB                 July 1992
  578.  
  579.  
  580.                          the link then the value of this object shall be
  581.                          0."
  582.                ::= { pppIpEntry 6 }
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.           Frank J. Kastenholz    Exp. 1 Feb. 1993              [Page 11]
  630.  
  631.  
  632.  
  633.  
  634.  
  635.           Internet Draft            PPP/IP MIB                 July 1992
  636.  
  637.  
  638.           --
  639.           -- The PPP IP Configuration table.
  640.           -- This is a separate table in order to facilitate
  641.           -- placing these variables in a separate MIB view.
  642.           --
  643.  
  644.           pppIpConfigTable   OBJECT-TYPE
  645.                SYNTAX    SEQUENCE OF PppIpConfigEntry
  646.                ACCESS    not-accessible
  647.                STATUS    mandatory
  648.                DESCRIPTION
  649.                          "Table containing configuration variables for
  650.                          the IPCP for the local PPP entity."
  651.                ::= { pppIp 2 }
  652.  
  653.  
  654.           pppIpConfigEntry   OBJECT-TYPE
  655.                SYNTAX    PppIpConfigEntry
  656.                ACCESS    not-accessible
  657.                STATUS    mandatory
  658.                DESCRIPTION
  659.                          "IPCP information for a particular PPP link."
  660.                INDEX     { pppIpConfigIndex }
  661.                ::= { pppIpConfigTable 1 }
  662.  
  663.  
  664.  
  665.           PppIpConfigEntry ::= SEQUENCE {
  666.                pppIpConfigIndex
  667.                     INTEGER,
  668.                pppIpConfigAdminStatus
  669.                     INTEGER,
  670.                pppIpConfigCompression
  671.                     INTEGER
  672.           }
  673.  
  674.           pppIpConfigIndex   OBJECT-TYPE
  675.                SYNTAX    INTEGER(1..2147483648)
  676.                ACCESS    read-only
  677.                STATUS    mandatory
  678.                DESCRIPTION
  679.                          "The value of ifIndex that identifies the entry
  680.                          in the ifTable that is associated with the
  681.                          local IPCP entity."
  682.  
  683.  
  684.  
  685.  
  686.  
  687.           Frank J. Kastenholz    Exp. 1 Feb. 1993              [Page 12]
  688.  
  689.  
  690.  
  691.  
  692.  
  693.           Internet Draft            PPP/IP MIB                 July 1992
  694.  
  695.  
  696.                ::= { pppIpConfigEntry 1 }
  697.  
  698.  
  699.           pppIpConfigAdminStatus   OBJECT-TYPE
  700.                SYNTAX    INTEGER {open(1), close(2)}
  701.                ACCESS    read-write
  702.                STATUS    mandatory
  703.                DESCRIPTION
  704.                          "The immediate desired status of the IP network
  705.                          protocol. Setting this object to open will
  706.                          inject an administrative open event into the IP
  707.                          network protocol's finite state machine.
  708.                          Setting this object to close will inject an
  709.                          administrative close event into the IP network
  710.                          protocol's finite state machine."
  711.                ::= { pppIpConfigEntry 2 }
  712.  
  713.  
  714.           pppIpConfigCompression   OBJECT-TYPE
  715.                SYNTAX    INTEGER {
  716.                          none(1),
  717.                          vj-tcp(2)
  718.                     }
  719.                ACCESS    read-write
  720.                STATUS    mandatory
  721.                DESCRIPTION
  722.                          "If none(1) then the local node will not
  723.                          attempt to negotiate any IP Compression option.
  724.                          Otherwise, the local node will attempt to
  725.                          negotiate compression mode indicated by the
  726.                          enumerated value. Changing this object will
  727.                          have effect when the link is next restarted."
  728.                REFERENCE
  729.                          "Section 4.0, Van Jacobson TCP/IP Header
  730.                          Compression of RFC1332."
  731.                DEFVAL    { none }
  732.                ::= { pppIpConfigEntry 3 }
  733.  
  734.  
  735.           END
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.           Frank J. Kastenholz    Exp. 1 Feb. 1993              [Page 13]
  746.  
  747.  
  748.  
  749.  
  750.  
  751.           Internet Draft            PPP/IP MIB                 July 1992
  752.  
  753.  
  754.           6.  Acknowledgements
  755.  
  756.           This document was produced by the PPP working group.  In
  757.           addition to the working group, the author wishes to thank the
  758.           following individuals for their comments and contributions:
  759.  
  760.           Bill Simpson -- Daydreamer
  761.           Glenn McGregor -- Merit
  762.           Jesse Walker -- DEC
  763.           Chris Gunner -- DEC
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.           Frank J. Kastenholz    Exp. 1 Feb. 1993              [Page 14]
  804.  
  805.  
  806.  
  807.  
  808.  
  809.           Internet Draft            PPP/IP MIB                 July 1992
  810.  
  811.  
  812.           7.  Security Considerations
  813.  
  814.           The PPP MIB affords the network operator the ability to
  815.           configure and control the PPP links of a particular system,
  816.           including the PPP authentication protocols. This represents a
  817.           security risk.
  818.  
  819.           These risks are addressed in the following manners:
  820.  
  821.           (1)  All variables which represent a significant security risk
  822.                are placed in separate, optional, MIB Groups. As the MIB
  823.                Group is the quantum of implementation within a MIB, the
  824.                implementor of the MIB may elect not to implement these
  825.                groups.
  826.  
  827.           (2)  The implementor may choose to implement the variables
  828.                which present a security risk so that they may not be
  829.                written, i.e., the variables are READ-ONLY. This method
  830.                still presents a security risk, and is not recommended,
  831.                in that the variables, specifically the PPP
  832.                Authentication Protocols' variables, may be easily read.
  833.  
  834.           (3)  Using the new SNMP administrative framework[13,14], the
  835.                operator can place the variables into MIB views which are
  836.                protected in that the parties which have access to those
  837.                MIB views use authentication and privacy protocols, or
  838.                the operator may elect to make these views not accessible
  839.                to any party.  In order to facilitate this placement, all
  840.                security-related variables are placed in separate MIB
  841.                Tables. This eases the identification of the necessary
  842.                MIB View Subtree.
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.           Frank J. Kastenholz    Exp. 1 Feb. 1993              [Page 15]
  862.  
  863.  
  864.  
  865.  
  866.  
  867.           Internet Draft            PPP/IP MIB                 July 1992
  868.  
  869.  
  870.           8.  References
  871.  
  872.           [1]  M.T. Rose and K. McCloghrie, Structure and Identification
  873.                of Management Information for TCP/IP-based internets,
  874.                Internet Working Group Request for Comments 1155.
  875.                Network Information Center, SRI International, Menlo
  876.                Park, California, (May, 1990).
  877.  
  878.           [2]  K. McCloghrie and M.T. Rose, Management Information Base
  879.                for Network Management of TCP/IP-based internets - MIB-2,
  880.                Internet Working Group Request for Comments 1213.
  881.                Network Information Center, SRI International, Menlo
  882.                Park, California, (March, 1991).
  883.  
  884.           [3]  Information processing systems - Open Systems
  885.                Interconnection - Specification of Abstract Syntax
  886.                Notation One (ASN.1), International Organization for
  887.                Standardization.  International Standard 8824, (December,
  888.                1987).
  889.  
  890.           [4]  Information processing systems - Open Systems
  891.                Interconnection - Specification of Basic Encoding Rules
  892.                for Abstract Notation One (ASN.1), International
  893.                Organization for Standardization.  International Standard
  894.                8825, (December, 1987).
  895.  
  896.           [5]  Rose, M., and K. McCloghrie, Editors, Concise MIB
  897.                Definitions, RFC 1212, Performance Systems International,
  898.                Hughes LAN Systems, March 1991.
  899.  
  900.           [6]  Rose, M., Editor, A Convention for Defining Traps for use
  901.                with the SNMP, RFC 1215, Performance Systems
  902.                International, March 1991.
  903.  
  904.           [7]  K. McCloghrie, Extensions to the Generic-Interface MIB,
  905.                RFC1229, Hughes LAN Systems, May 1991.
  906.  
  907.           [8]  W. Simpson, The Point-to-Point Protocol for the
  908.                Transmission of Multi-protocol Datagrams over Point-to-
  909.                Point Links, RFC 1331, May 1992.
  910.  
  911.           [9]  G. McGregor, The PPP Internet Protocol Control Protocol,
  912.                RFC 1332, Merit, May 1992.
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.           Frank J. Kastenholz    Exp. 1 Feb. 1993              [Page 16]
  920.  
  921.  
  922.  
  923.  
  924.  
  925.           Internet Draft            PPP/IP MIB                 July 1992
  926.  
  927.  
  928.           [10] F. Baker, Point-to-Point Protocol Extensions for
  929.                Bridging, RFC1220, ACC, April 1991.
  930.  
  931.           [11] PPP Authentication Protocols, Work In Progress
  932.  
  933.           [12] W. Simpson, PPP Link Quality Monitoring, RFC 1333, May
  934.                1992.
  935.  
  936.           [13] New SNMP Administrative Model, Work In Progress.
  937.  
  938.           [14] SNMP Security Protocols, Work In Progress.
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.           Frank J. Kastenholz    Exp. 1 Feb. 1993              [Page 17]
  978.  
  979.  
  980.  
  981.  
  982.  
  983.           Internet Draft            PPP/IP MIB                 July 1992
  984.  
  985.  
  986.           Table of Contents
  987.  
  988.  
  989.            Status of this Memo ....................................    1
  990.           1 Abstract ..............................................    2
  991.           2 The Network Management Framework ......................    3
  992.           3 Objects ...............................................    4
  993.           3.1 Format of Definitions ...............................    4
  994.           4 Overview ..............................................    5
  995.           4.1 Object Selection Criteria ...........................    5
  996.           4.2 Structure of the PPP ................................    5
  997.           4.3 MIB Groups ..........................................    6
  998.           5 Definitions ...........................................    8
  999.           6 Acknowledgements ......................................   14
  1000.           7 Security Considerations ...............................   15
  1001.           8 References ............................................   16
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.           Frank J. Kastenholz    Exp. 1 Feb. 1993              [Page 18]
  1036.  
  1037.  
  1038.